body {
  line-height: 1.3;
  background-color: whitesmoke;
  text-align: center;
  color: #413c32;
  font-family: pixeloperator;
  font-size: 20px;
}

header {
width: fit-content;
  padding: 10px;
  margin: 10px auto 0 auto;
  text-wrap: balance;
  position: relative;
  z-index: 100;
  font-size: 18px;
  text-align: right;
}

* {
  image-rendering: pixelated;
}